home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / ansi / standards.h < prev    next >
C/C++ Source or Header  |  1993-03-29  |  252b  |  14 lines

  1. /* Copyright (c) 1992 NeXT, Inc. - 11/14/92 WMG */
  2.  
  3. #ifndef _STANDARDS_H
  4. #define _STANDARDS_H
  5.  
  6. #ifdef _POSIX_SOURCE
  7.     #ifndef __STRICT_ANSI__
  8.         #define __STRICT_ANSI__
  9.     #endif
  10.     #undef __STRICT_BSD__
  11. #endif /* _POSIX_SOURCE */
  12.  
  13. #endif /* _STANDARDS_H */
  14.